- main(String[]) - Static method in class unipi.bpm.elm.santeramo.starter.EventLogManagerStarter
-
Launches the Event Logs Manager application.
- MainFrameKeyEventDispatcher() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MainFrameKeyEventDispatcher
-
- MainFrameWindowListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MainFrameWindowListener
-
- maxSize - Variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
-
The maximum size of the list.
- menuArea - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
The JTabbedPane
that contains all the
tabs of the menu and their components.
- MenuAreaButton - Class in unipi.bpm.elm.santeramo.view
-
This class extends
JButton
for defining a specific
type of button for the
menuArea
.
- MenuAreaButton(String, Icon, String, String) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaButton
-
- MenuAreaButtonActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MenuAreaButtonActionListener
-
- MenuAreaTabLayout - Class in unipi.bpm.elm.santeramo.view
-
This class extends
FlowLayout
to create a specific version of this layout
for the
menuArea
tabs.
- MenuAreaTabLayout(JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
- MenuAreaTabLayout(int, JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
- MenuAreaTabLayout(int, int, int, JPanel) - Constructor for class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
Constructor with alignment, horizontal gap, vertical gap and the target
JPanel
container as parameters that calls the super class
constructor to create a layout with the specified information associated
with the target container.
- minTraceOccurrenceField - Variable in class unipi.bpm.elm.santeramo.view.FilterPanel
-
The JTextField
that contains the value of the minimum number of trace occurrences.
- minTraceOccurrences - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
The minimum number of occurrences that a trace needs to
have to be considered during the analysis.
- modifyEditorStatus(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
-
This method gets the EventLogEditor
owner of the document and
changes its status, to show to the user that the document has been modified
and to notify the application of this change.
- modifyJInternalFrameTitles(JInternalFrame, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Sets the title of the target internal frame as the newTitle
passed as parameter
and then updates all its references in the associated FooterAreaButton
to keep
the integrity and the association between them.
- more - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
The "More" button to add to the container when not all of its Component
elements fit in one single row.
- morePopup - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
Pop-up used when the user clicks on the More button.
- morePopupPanel - Variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
- MostRecentElementList(int) - Constructor for class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
-
Creates a new MostRecentElementList
with the specified
maximum capacity.
- mousePressed(MouseEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonMouseListener
-
Invoked when a mouse button has been pressed on a component
This method asks the view to shop a pop-up menu connected with the selected JButton
,
containing a list defined by the passed LinkedList
read from the Model and with
the passed ActionListener
associated with every item in the list.